home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
MOTOROLA
/
6805V107
/
68705F2.ASM
< prev
next >
Wrap
Assembly Source File
|
1988-04-24
|
384b
|
14 lines
* Definitions of Hardware Locations: MC1468705F2
*
ORG 0
PORTA FCB 0 The 3 I/O Ports
PORTB FCB 0
PORTC FCB 0 NB Bits 4-7 unused: read as 1
DDR EQU 4 Offset for Direction Reg.
*
ORG 8
TIMER FCB 0 Timer Register
*
MEMSIZ EQU $0800 Max. Memory address +1
*